Skip to content

Add conversion tests for optional integrations#11

Merged
RAprogramm merged 1 commit intomainfrom
codex/add-tests-for-error-conversions
Sep 11, 2025
Merged

Add conversion tests for optional integrations#11
RAprogramm merged 1 commit intomainfrom
codex/add-tests-for-error-conversions

Conversation

@RAprogramm
Copy link
Owner

Summary

  • add sqlx tests mapping RowNotFound to NotFound and other errors to Database
  • add tokio timeout test mapping Elapsed to Timeout
  • add validator test for validation errors and enable derive feature

Testing

  • cargo +nightly fmt --
  • cargo clippy -- -D warnings
  • cargo build --all-targets
  • cargo test --all
  • cargo test --all --features "sqlx tokio validator"
  • cargo doc --no-deps

https://chatgpt.com/codex/tasks/task_e_68c2718cb91c832b83199dee8edfd1fe

@RAprogramm RAprogramm merged commit 8e3e884 into main Sep 11, 2025
1 of 2 checks passed
@RAprogramm RAprogramm deleted the codex/add-tests-for-error-conversions branch September 11, 2025 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant